home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / EatFruits.swf / scripts / frame_2 / PlaceObject2_42_641 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  120 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    this._xscale -= 0.2;
  3.    if(this._xscale < 5)
  4.    {
  5.       _root.gotoAndStop(3);
  6.    }
  7. }
  8.